home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1990: Discy Business
/
Discy Business.2mg
/
DEV.CD
/
TOOLS
/
SAMPLES
/
DTS
/
SC01Shell
/
C.Shell
/
full.Build
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Apple IIgs Source Code
|
1990-05-21
|
655 b
|
31 lines
|
[B0] Apple IIgs Source Code (0x0006)
*
* This exec file does a complete build of
* the sample application: Shell
*
* File: Full.Build
* Target: Shell
* Sources: Shell.c
* ../Rez.Shell/Shell.rez
* Link Script: Shell.link
*
* Copyright Apple Computer, Inc. 1988-1990
* All rights reserved.
*
echo "Compiling Shell.c"
compile Shell.c keep=Shell
echo "Compiling Shell.rez"
copy -c ../rez.shell/shell.rez shell.rez
compile ../Rez.Shell/Shell.rez keep=Shell.rfork
delete shell.rez
echo "Linking..."
linkiigs <Shell.link
echo "Duplicating data and resource forks..."
duplicate -d Shell.dfork Shell
duplicate -r Shell.rfork Shell
echo "Done!"